projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1a825
)
iconview: Don't resize on size allocation
author
Benjamin Otte
<otte@redhat.com>
Fri, 16 Mar 2012 16:35:52 +0000
(17:35 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 16 Mar 2012 16:53:30 +0000
(17:53 +0100)
Let's see how much this breaks. But then, it also fixes things, so more
power to me!
https://bugzilla.gnome.org/show_bug.cgi?id=672173
gtk/gtkiconview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconview.c
b/gtk/gtkiconview.c
index acf14eef77ae91fe35e6efd3d71b4b0fefd549ee..fc19badcc0c8432a1033ddc1a413753dec18b1e9 100644
(file)
--- a/
gtk/gtkiconview.c
+++ b/
gtk/gtkiconview.c
@@
-1408,8
+1408,6
@@
gtk_icon_view_size_allocate (GtkWidget *widget,
MAX (icon_view->priv->height, allocation->height));
}
- gtk_icon_view_layout (icon_view);
-
gtk_icon_view_allocate_children (icon_view);
/* Delay signal emission */